Skip to content

Deprecate Python 3.6. #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 28, 2022
Merged

Deprecate Python 3.6. #192

merged 12 commits into from
Jan 28, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jan 10, 2022

Closes #165.

Follow some tips in https://www.youtube.com/watch?v=Oun5kXqENMk.

@tobiasraabe tobiasraabe added this to the v0.2.0 milestone Jan 10, 2022
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #192 (d7bb656) into main (95b0089) will increase coverage by 0.17%.
The diff coverage is 98.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #192      +/-   ##
==========================================
+ Coverage   92.78%   92.95%   +0.17%     
==========================================
  Files          75       75              
  Lines        6872     6830      -42     
==========================================
- Hits         6376     6349      -27     
+ Misses        496      481      -15     
Flag Coverage Δ
end_to_end 78.71% <97.52%> (+0.08%) ⬆️
integration 41.85% <92.97%> (-0.08%) ⬇️
unit 70.07% <95.86%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/_pytask/cli.py 98.63% <66.66%> (ø)
src/_pytask/clean.py 90.57% <85.71%> (-0.33%) ⬇️
src/_pytask/debugging.py 32.37% <88.88%> (-1.10%) ⬇️
src/_pytask/profile.py 86.44% <92.30%> (-0.38%) ⬇️
src/_pytask/__init__.py 66.66% <100.00%> (+6.66%) ⬆️
src/_pytask/build.py 88.70% <100.00%> (ø)
src/_pytask/capture.py 88.69% <100.00%> (+2.88%) ⬆️
src/_pytask/collect.py 94.40% <100.00%> (-0.11%) ⬇️
src/_pytask/collect_command.py 87.50% <100.00%> (-0.22%) ⬇️
src/_pytask/compat.py 96.36% <100.00%> (-0.07%) ⬇️
... and 65 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95b0089...d7bb656. Read the comment docs.

@tobiasraabe tobiasraabe modified the milestones: v0.2.0, v0.1.6 Jan 18, 2022
@tobiasraabe tobiasraabe removed this from the v0.1.6 milestone Jan 26, 2022
@tobiasraabe tobiasraabe merged commit 757e617 into main Jan 28, 2022
@tobiasraabe tobiasraabe deleted the deprecate-py36 branch January 28, 2022 01:24
@tobiasraabe tobiasraabe added this to the v0.1.7 milestone Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Python 3.6 EOF
1 participant